Function |raw_commands
process/command::|raw_commands
Usage
|raw_commands(lines)
Parameters
↳ lines: Vec<string>
Return
↴ Vec<Command>
Parse multiple shell-quoted command lines into a Vec<Command>.
Returns an empty Vec if any line cannot be parsed or yields no tokens.
Use |checked_raw_commands if you need to detect parse failures explicitly.